This page last changed on Feb 04, 2009 by aunger.

If you install Ruby with MacPorts, and you ever need to patch your ruby vm, here's how to do it.

sudo port fetch ruby186
sudo port extract ruby186
cd ${port dir ruby186}
cd work/ruby-1.8.6-p287
patch -p0 < /path/to/patch/file
cd ../../
sudo port install ruby186
Document generated by Confluence on Jan 27, 2014 16:56